home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
OBERON
/
POT
/
!pOtLand
/
h
/
Texts
< prev
Wrap
Text File
|
1995-01-22
|
3KB
|
81 lines
#ifndef pOt_Texts__INC
#define pOt_Texts__INC
/* This code is generated by pOt. */
#include "Files.h"
typedef pOt_File_Files pOt_Text_Texts;
typedef struct pOt__tag_1_Texts *pOt_Buffer_Texts;
typedef struct pOt__tag_1_Texts pOt_BufDesc_Texts;
typedef struct pOt__tag_2_Texts pOt_Reader_Texts;
typedef struct pOt__tag_4_Texts pOt_Scanner_Texts;
typedef struct pOt__tag_5_Texts pOt_Writer_Texts;
struct pOt__tag_0_Texts {
pOt__ArrTypDsc *td;
pOt_CHAR arr[0x200L];
} ;
extern pOt__ArrTypDsc pOt__td_0_Texts;
struct pOt__tag_1_Texts {
pOt__RecTypDsc *td;
pOt_Buffer_Texts pOt_next;
pOt_LONGINT pOt_len;
struct pOt__tag_0_Texts pOt_data;
} ;
extern pOt__RecTypDsc pOt__td_1_Texts;
struct pOt__tag_2_Texts {
struct pOt__tag_2_Files base;
pOt_LONGINT pOt_org;
pOt_BOOLEAN pOt_eot;
} ;
extern pOt__RecTypDsc pOt__td_2_Texts;
struct pOt__tag_3_Texts {
pOt__ArrTypDsc *td;
pOt_CHAR arr[0x20L];
} ;
extern pOt__ArrTypDsc pOt__td_3_Texts;
struct pOt__tag_4_Texts {
struct pOt__tag_2_Texts base;
pOt_CHAR pOt_nextCh;
pOt_INTEGER pOt_line, pOt_class;
pOt_LONGINT pOt_i;
pOt_REAL pOt_x;
pOt_LONGREAL pOt_y;
pOt_CHAR pOt_c;
pOt_SHORTINT pOt_len;
struct pOt__tag_3_Texts pOt_s;
} ;
extern pOt__RecTypDsc pOt__td_4_Texts;
struct pOt__tag_5_Texts {
pOt__RecTypDsc *td;
pOt_Buffer_Texts pOt_buf;
} ;
extern pOt__RecTypDsc pOt__td_5_Texts;
extern void pOt_OpenBuf_Texts pOt__ARGS((pOt_Buffer_Texts *));
extern void pOt_Append_Texts pOt__ARGS((pOt_File_Files , pOt_Buffer_Texts *));
extern void pOt_OpenReader_Texts pOt__ARGS((struct pOt__tag_2_Texts *, pOt_File_Files , pOt_LONGINT ));
extern void pOt_Read_Texts pOt__ARGS((struct pOt__tag_2_Texts *, pOt_CHAR *));
extern pOt_LONGINT pOt_Pos_Texts pOt__ARGS((struct pOt__tag_2_Texts *));
extern void pOt_OpenScanner_Texts pOt__ARGS((struct pOt__tag_4_Texts *, pOt_File_Files , pOt_LONGINT ));
extern void pOt_Scan_Texts pOt__ARGS((struct pOt__tag_4_Texts *));
extern void pOt_OpenWriter_Texts pOt__ARGS((struct pOt__tag_5_Texts *));
extern void pOt_Write_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_CHAR ));
extern void pOt_WriteLn_Texts pOt__ARGS((struct pOt__tag_5_Texts *));
extern void pOt_WriteString_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt__DynArr *));
extern void pOt_WriteInt_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_LONGINT , pOt_LONGINT ));
extern void pOt_WriteHex_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_LONGINT ));
extern void pOt_WriteReal_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_REAL , pOt_INTEGER ));
extern void pOt_WriteRealFix_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_REAL , pOt_INTEGER , pOt_INTEGER ));
extern void pOt_WriteRealHex_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_REAL ));
extern void pOt_WriteLongReal_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_LONGREAL , pOt_INTEGER ));
extern void pOt_WriteLongRealHex_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_LONGREAL ));
extern void pOt_WriteDate_Texts pOt__ARGS((struct pOt__tag_5_Texts *, pOt_LONGINT , pOt_LONGINT ));
extern void pOt_Open_Texts pOt__ARGS((pOt_File_Files *, pOt__DynArr *));
extern void pOt_Create_Texts pOt__ARGS((pOt_File_Files *, pOt__DynArr *));
extern void pOt_Close_Texts pOt__ARGS((pOt_File_Files ));
extern void pOt_Texts__body pOt__ARGS((void));
#endif